Compile marker debugging code only if ENABLE_CHECKING is defined.
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 6 Jul 2012 09:20:41 +0000 (13:20 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 6 Jul 2012 09:20:41 +0000 (13:20 +0400)
commitd332a0e5fc90817079602ed1c26fba21bcebe885
treeaa3c21960474aeedbc97ca879f9d90491633055f
parent5c5c61500a36732c8f2f387fb0dccb36a4eaaa6e
Compile marker debugging code only if ENABLE_CHECKING is defined.
* marker.c (byte_char_debug_check, count_markers): Use
only if ENABLE_CHECKING is defined.
(byte_debug_flag): Remove.
(CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos):
Always call byte_char_debug_check if ENABLE_CHECKING is defined.
src/ChangeLog
src/marker.c